Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: Submitform as pdf mailto with cc and IBM Lotus inotes blank address
Feedback Type: Problem
Product Area: Domino Web Access (DWA)
Technical Area: Application development
Platform: Windows XP client
Release: All
Reproducible: Always

I use a adobe livecycle v. 9.0 for compose a pdf form.
I have a form with a standard button to send the entire pdf by mail. My mail client is IBM Lotus iNotes. When I include a cc variable or two address in the address field, both address and cc field is left blank in inotes when it opens. I have adobe professional 9.0 and IBM Lotus iNotes 8.5.2. This is my button javascript code on its click event:

var address1 = "address1@caja.com;address2@caja.com" ;

var subject1 = "My Subject";

var body1 = "My Body";

var cc1 = "addresscc@caja.com" ;

event.target.submitForm({cURL:"mailto:" + address1 +"?subject=" + subject1 +"&body=" + body1 + "&cc=" + cc1 + "",cSubmitAs:"PDF",cCharset:"utf-8"});


If I try with outlook as mail client, it works perfectly. It seems a inotes bug. Doesn't it?

Regards and thank you in advance.


Feedback number WEBB8XUCLF created by ~Fred Preniterettu on 09/05/2012

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS